@charset "utf-8";
@font-face {
  font-family: 'font1';
  src: url('../font/politicaregular.ttf');
}

@font-face {
  font-family: 'font2';
  src: url('../font/Oswald-Medium.ttf');
}

@font-face {
  font-family: 'font3';
  src: url('../font/akrobat-regular.ttf');
}

@font-face {
  font-family: 'font4';
  src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
  font-family: 'font5';
  src: url('../font/AgencyFB.ttf');
}

/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
*{transition: all 0.3s ease-out;}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
.padding6{padding:6px;}
.padding15-8{padding:15;}
.case-padding{padding:5px;}
#w-70{margin:0 auto;width: 70%;}
#w-90{margin:0 auto;width: 90%;}
#w-80{margin:0 auto;width: 80%;}
#w-1260{margin:0 auto;width: 1260px;}
#pro-w{margin:0 auto;width: 80%;}
#w-1260-1{margin:0 auto;width: 1260px;}
.p-img{width: 100%;}

/*===================top====================*/
.top-a {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.top-a-l {
  float: left;
  width: 55%;
}

.top-a-l p {
  display: block;
  font-size: 15px;
  color: #404040;
  line-height: 40px;
}

.top-a-r {
  float: right;
  width: 42%;
}

.top-a-r a {
  display: inline-block;
  float: left;
  width: 17%;
  font-size: 15px;
  color: #404040;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.top-a-r a:first-child {
  border-left: 1px solid #e5e5e5;
}

.top-a-r p {
  display: inline-block;
  float: left;
  width: 49%;
  font-size: 15px;
  color: #404040;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.top-a-r p font {
  font-size: 23px;
  color: #e10000;
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
}

.top-logo h1 {
  padding: 22px 0px;
}

.top-qg {
  text-align: right;
  padding-top: 20px;
}

.top-qg .tua {
  float: right;
  display: block;
  width: 150px;
  border-right: 1px solid #96a7c5;
}

.top-qg .cs-list {
  float: right;
  width: 360px;
  text-align: center;
}

.top-qg .cs-list p {
  display: inline-block;
  padding: 2px 0px;
  width: 30%;
  text-align: center;
  font-size: 17px;
  color: #2d2d2d;
  line-height: 20px;
}

/*导航*/
.pc-menu-bg {
  width: 100%;
  background-color: #024691;
  height: auto;
  font-size: 15px;
  color: #404040;
  line-height: 40px;
}

.header-nav {
  position: relative;
  z-index: 11111111;
  text-align: center;
}

.header-nav .nav-list>li {
  /*float:left;*/
  padding: 6px 0;
  position: relative;
  display: inline-block;
}

.header-nav .nav-list>li:hover {
  background-color: #333;
}

.header-nav .nav-list>li>a {
  padding: 0 44px;
  font-size: 16px;
  position: relative;
  color: #fff;
}

/* .header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#f6ff00;} */
.header-nav li.active {
  background-color: #333;
}

.header-nav .nav-list>li>a:after {
  content: '';
  position: absolute;
  right: 0px;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  top: 50%;
  margin-top: -5px;
  /*margin-left:25px;*/
}

.header-nav .nav-list>li:hover>a:after {
  display: none;
}

.header-nav .nav-list>li:last-child>a:after {
  display: none;
}

.header-nav .header-contact {
  margin-top: 32px;
  no-repeat left center;
  padding-left: 42px;
}

.header-nav .header-contact>p {
  color: #444;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
  font-size: 12px;
  color: #bbb;
  line-height: 12px;
}

.top-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  margin-left: -18px;
  vertical-align: middle;
  margin-top: 6px;
}

.icon-follow {
  background: url("img/top_icons2.png") no-repeat left center;
}

.icon-global {
  background: url("img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border-top-color: #ddd;
  min-width: auto;
  display: block;
  display: none\9;
  display: block\9\0;
  -webkit-transform: scale(1.2, 0);
  transform: scale(1.2, 0);
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: -webkit-all .2s ease-out;
  transition: -webkit-all .2s ease-out;
  transition: all .2s ease-out;
  transition: all .2s ease-out, -webkit-all .2s ease-out;
  -webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
  padding: 17px 26px;
}

.dropdown-menu>li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
  padding: 5px 17px;
  font-size: 14px;
  line-height: 28px;
}

.dropdown-menu>li>a:hover {
  color: #ee0f0f;
  background-color: transparent;
}

.dropdown-active {
  display: block\9;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.chanpin_list_wrap {
  -webkit-transition: all .2s ease-out;
  -webkit-transition: -webkit-all .2s ease-out;
  transition: -webkit-all .2s ease-out;
  transition: all .2s ease-out;
  transition: all .2s ease-out, -webkit-all .2s ease-out;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 97px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 22px;
}

.chanpin_list_wrap .chanpin_list {
  /* margin:0 15px; */
  text-align: center;
}

.chanpin_list_wrap .chanpin_list h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.chanpin_list_wrap ul {
  padding-left: 0;
}

.chanpin_list_wrap ul li {
  line-height: 24px;
}

.chanpin_list_wrap ul li .pro_list_item a {
  color: #999;
  font-size: 14px;
  margin: 0 10px 14px;
  line-height: 14px;
  display: inline-block;
}

.chanpin_list_wrap ul li .pro_list_item a.active {
  color: #FF9900
}

.chanpin_list_wrap li span {
  color: #3671CF;
  width: 80px;
  border-right: 1px solid #e4e4e4;
  line-height: 14px;
  margin-right: 15px;
  float: left;
}

.chanpin_list_wrap li a {
  color: #777;
}

.chanpin_list_wrap li a:hover {
  color: #f90;
}

.chanpin_list_wrap li span>a {
  color: inherit;
}

.chanpin_list_wrap li span>a:hover {
  color: inherit;
}

.chanpin_list_wrap .pro_list_item {
  overflow: hidden;
}

.hide {
  display: none;
}
/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}

/*====================middle====================*/

/*标题*/
.tit01 {
  padding-top: 6px;
  padding-bottom: 15px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.tit01 .zib {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 50px;
  color: #e6e6e6;
  text-align: center;
  font-weight: bold;
}

.tit01 h2 {
  display: block;
  z-index: 10;
  font-size: 35px;
  color: #024591;
  text-align: center;
  font-weight: bold;
}

.tit01 p {
  display: block;
  margin-top: 10px;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.tit01 span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.tit01 .zia {
  font-size: 35px;
  color: #333;
  font-weight: bold;
}

.tit01-b-w {
  padding: 30px 0px;
  width: 100%;
  background-color: #024591;
  overflow: hidden;
}

.tit01-b {
  padding-top: 6px;
  padding-bottom: 15px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.tit01-b .zib {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 50px;
  color: #fffc00;
  text-align: center;
  font-weight: bold;
}

.tit01-b h2 {
  display: block;
  z-index: 10;
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.tit01-b p {
  display: block;
  margin-top: 10px;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}

.tit01-b span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.tit02 {
  padding: 15px;
}

.tit02 h2 {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}
.tit02 .zia{
  font-size: 35px;
  color: #024591;
  font-weight: bold;
}

.tit02 p {
  display: inline-block;
  font-size: 17px;
  color: #666;
}

.tit02 a {
  display: inline-block;
  margin-top: 15px;
  float: right;
  padding: 8px 15px;
  background-color: #1938b0;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.tit02 .linea {
  margin-top: 15px;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}

.part1-w {
  width: 100%;
  height: 704px;
  background: url(../images/part1-w.jpg) top center repeat-x;
}

.part1-pat {
  margin-top: 160px;
}

.part1-biaoti h2 {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  color: #024591;
  font-weight: bold;
}

.part1-tit h3 {
  padding: 15px 0px;
  font-size: 17px;
  color: #000;
  border-bottom: 1px dashed #aaaaaa;
  font-weight: bold;
  overflow: hidden;
}

.part1-cont p {
  display: block;
  padding: 15px 0px;
  font-size: 15px;
  color: #0e0e0e;
  line-height: 190%;
}

.part1-contb p {
  display: block;
  padding: 15px 0px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}

.part1-more a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 50px;
  background-color: #0432a5;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
}

/*间图*/
.jiantua-w {
  width: 100%;
  height: 225px;
  background: url(../images/jiantua-w.jpg) top center no-repeat;
  overflow: hidden;
}

.jiantua-l {
  margin-top: 25px;
}

.jiantua-l .zia {
  display: block;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}

.jiantua-l .zib {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff;
}

.jiantua-l .zic {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}

.jiantua-r-a {
  margin-top: 60px;
  float: left;
  width: 50%;
  text-align: center;
}

.jiantua-r-b {
  margin-top: 70px;
  float: left;
  width: 40%;
}

.jiantua-r-b .dianhua {}

.jiantua-r-b .dianhua img {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.jiantua-r-b .dianhua .zia {
  float: left;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.jiantua-r-b .dianhua .zib {
  float: left;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.jiantua-r-b .zic {
  display: block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #fff301;
  font-size: 25px;
  color: #383838;
  text-align: center;
  border-radius: 8px;
}

/*清洗机分类系列*/
.proa-w {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.proa-l {
  float: left;
  width: 366px;
  height: auto;
  overflow: hidden;
}

.proc-tit {
  padding: 33px 0px;
  background-color: #12288b;
  text-align: center;
  overflow: hidden;
}

.proc-tit img {
  display: inline-block;
  vertical-align: middle;
}

.proc-tit .prc-r {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}

.proc-tit .prc-r h2 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.proc-tit .prc-r p {
  display: inline-block;
  padding-top: 3px;
  font-size: 16px;
  color: #ffee01;
  text-transform: uppercase;
}

.proc-list {
  margin-top: 12px;
}

.proc-list li a {
  display: block;
  padding: 15px 16px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.proc-list li a i {
  float: right;
  margin-right: 0px;
  width: 15px;
  font-size: 12px;
  color: #cdcdcd;
}

.proc-list li a h3 {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  color: #000;
}

.proc-list li a:hover {
  background-color: #12288b;
}

.proc-list li a:hover h3 {
  color: #fff;
}
.ny-proc2-hover{
  background-color: #12288b !important;
}
.ny-proc2-hover h3{
  color: #fff !important;
}

/*分类2*/
.proc-b{
  padding-bottom:15px;
  text-align: center;
}
.proc-b .one-pro{
  margin-top: 15px
}
.proc-b .one-pro a{
  display: block;
  padding:15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #024691;
}
.proc-b .second-pro{
  /*padding:15px;*/
}
.proc-b .second-pro a{
  display: block;
  padding:5px 15px;
  margin:2px 0px;
  background-color: #efefef;
  font-size: 15px;
  color: #333;
  overflow: hidden;
}
/*end分类2*/

.proa-r {
  margin-left: 460px;
  background-color: #c6c3ca;
}

.proa-r img {
  width: 100%;
}

.product-list {
  margin-top: 30px;
}

.product-list li {
  padding: 28px;
  background-color: #fff;
  overflow: hidden;
}

.product-list li .tua {
  width: 100%;
  overflow: hidden;
}

.product-list li .tua img {
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.product-list li:hover .tua img {
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.product-list li .tita {
  padding: 22px 0px 0px;
  border-top: 1px solid #d2d2d2;
  overflow: hidden;
}

.product-list li .tita a {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  color: #000;
}

.product-list li .tita img {
  display: inline-block;
  float: right;
}

/*产品2*/
.prob-w {
  padding: 50px 0px;
  width: 100%;
  height: auto;
  background-color: #e9e9e9;
  overflow: hidden;
}

.prob-tit {
  float: left;
  width: 411px;
  height: 249px;
  background: url(../images/pro2-bga.jpg) top center no-repeat;
  overflow: hidden;
}

.prob-tit .biaotib {
  margin-top: 60px;
  margin-left: 36px;
}

.prob-tit .biaotib img {
  display: inline-block;
  vertical-align: middle;
}

.prob-tit .biaotib .prc-r {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}

.prob-tit .biaotib .prc-r h2 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.prob-tit .biaotib .prc-r p {
  display: inline-block;
  padding-top: 3px;
  font-size: 16px;
  color: #ffee01;
  text-transform: uppercase;
}

.prob-tit .biaotib .morea a {
  display: inline-block;
  margin-top: 29px;
  padding: 6px 40px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
}

.prob-fenlei {
  min-height: 250px;
  padding: 20px 33px;
  margin-left: 411px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}

.prob-fenlei li a {
  display: inline-block;
  float: left;
  margin: 0px 1%;
  width: 30%;
  padding: 9px 16px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.prob-fenlei li a i {
  float: right;
  width: 15px;
  font-size: 12px;
  color: #cdcdcd;
  text-align: right;
}

.prob-fenlei li a h3 {

  margin-right: 40px;
  font-size: 16px;
  color: #000;
}

.prob-fenlei li a:hover {
  background-color: #12288b;
}

.prob-fenlei li a:hover h3 {
  color: #fff;
}

/*间图2*/
.jiantu2 {
  width: 100%;
  height: auto;
}

.jiantu2 img {
  width: 100%;
}

/*合作伙伴*/
.huoban-tit {
  margin-top: 50px;
  text-align: center;
}

.huoban-tit p {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
  color: #151515;
}

.huoban-w {
  margin-top: 20px;
  padding: 47px 0px;
  background: url(../images/huoban-bg.jpg) top center no-repeat;
  overflow: hidden;
}

.huoban-list {

  text-align: center;
}

.huoban-list li {
  float: left;
  width: 13%;
  margin: 0.5%;
}

.huoban-list li .tua {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.huoban-list li .tua img {
  width: 100%;
}

.huoban-list li p {
  display: block;
  width: 100%;
  height: 70px;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

/*优势*/
.ys-tit {
  padding: 60px 0px;
}

.ys-tit h2 {
  display: block;
  text-align: center;
  font-size: 43px;
  color: #010101;
  font-weight: bold;
}

.ys-tit h2 font {
  font-size: 43px;
  color: #cf0600;
  font-weight: bold;
}

.ys-tit p {
  display: block;
  margin-top: 10px;
  font-size: 19px;
  color: #bcbcbc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.ys-t-l {
  text-align: left;
}

.ys-t-r {
  text-align: right;
}

.ys-img-r {
  float: right;
}

.ys-img {
  width: 90%;
}

.ys-img img {
  width: 100%;
}

.ys-list {
  margin-top: 25px;
}

.ys-list .ys-titr {}

.ys-list .ys-titr .tua {
  float: left;
  width: 105px;
  height: 81px;
}

.ys-list .ys-titr .tit-r {
  margin-left: 115px;
}

.ys-list .ys-titr .tit-r p {
  display: block;
  font-size: 32px;
  color: #f20b00;
  font-weight: bold;
}

.ys-list .ys-titr .tit-r span {
  display: block;
  font-size: 15px;
  color: #adadad;
  text-transform: uppercase;
}

.ys-list .ys-cont {
  margin: 50px 0px;
}

.ys-list .ys-cont p {
  display: block;
  font-size: 23px;
  color: #232323;
  line-height: 190%;
}

.ys-list .morea a {
  display: block;
  float: left;
  margin-right: 12px;
  width: 170px;
  height: 44px;
  border: 1px solid #a0a0a0;
  text-align: center;
  line-height: 44px;
  font-size: 17px;
  color: #232323;
}

.ys-top {
  margin-top: 50px;
}

/*简介*/
.about-w {
  padding: 95px 0px 80px 0px;
  width: 100%;
  height: 956px;
  background: url(../images/about-w.jpg) top center no-repeat;
  overflow: hidden;
}

.about-tit {}

.about-tit h2 strong {
  display: block;
  margin-top: 40px;
  padding-bottom: 15px;
  margin-bottom: 37px;
  font-size: 32px;
  color: #08eaed;
  border-bottom: 1px solid #08eaed;
}

.about-cont {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.about-cont p {
  font-size: 15px;
  color: #fff;
  line-height: 200%;
}

.about-list {
  margin-top: 25px;
}

.about-list li {
  float: left;
  margin-right: 1%;
  width: 31%;
  height: auto;
  text-align: center;
}

.about-list li p {
  display: block;
  border: 1px solid #09eaee;
  padding: 8px;
  font-size: 22px;
  color: #09eaee;
  font-weight: bold;
  text-align: center;
}

.about-more a {
  display: block;
  margin-top: 50px;
  width: 200px;
  border: 1px solid #09eaee;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  color: #09eaee;
}

.about-tuc {
  display: block;
  margin-top: 100px;
  border:8px solid #2db2b4;
  overflow: hidden;
  background-color: #333;
}

.about-tuc img {
  width: 100%;
}


/*分类*/
.xm-proc-w {
  padding: 15px 0px;
  width: 100%;
  height: auto;
  background: url(../images/bga.jpg) top center;
}

.xm-proc {
  text-align: center;
}

.xm-proc li {
  display: inline-block;
  padding-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 13%;
  box-sizing: border-box;
  overflow: hidden;
}

.xm-proc li:hover {
  /* padding-top: 10px; */
  box-shadow: 0px 5px 5px 5px #efefef;
  background-color: #ff2121;
  border-radius: 15px;
}

.xm-proc li .tua {
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  border: 5px solid #ff2121;
  box-sizing: border-box;
  overflow: hidden;
}

.xm-proc li:hover .tua {
  width: 80%;
  border: 5px solid #fff;
  transform: rotateY(180deg);
}

.xm-proc li .tua img {
  width: 100%;
}

.xm-proc li h3 {
  display: block;
  margin-top: 5px;
  padding: 12px 0px;
  font-size: 18px;
  color: #2d2d2d;
  text-align: center;
  font-weight: bold;
}

.xm-proc li:hover h3 {
  color: #fff;
}

/*产品列表*/
.pro-w-bg {
  padding: 30px 0px;
  background-color: #f3f3f3;
  overflow: hidden;
}

.pro-padd {
  padding: 8px;
}

.auto-pro1 {
  margin-bottom: 15px;
  padding: 13px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}

.auto-pro1:hover {
  border: 1px solid #e62e2e;
  box-shadow: 2px 2px 25px #ddc6c6;
}

.auto-pro1 .tu1 {
  width: 100%;
  overflow: hidden;
}

.auto-pro1 .tu1 img {
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.auto-pro1:hover .tu1 img {
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.auto-pro1 a h3 {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
  font-size: 21px;
  color: #212121;
  text-align: center;
  font-weight: bold;
}

.auto-pro1:hover a h3 {
  color: #e62e2e;
}

.auto-pro1 p {
  display: block;
  padding: 8px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 130%;
  background-color: #e62e2e;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
}

.auto-pro1:hover p {
  color: #fff;
  /* background-color: #333; */
}

/*end 产品列表*/
/*展会*/
.zhanhui {
  padding: 8px;
}

.zhanhui .tua {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.zhanhui .tua .zh-logo {
  position: absolute;
  z-index: 10;
  bottom: 50%;
  left: 50%;
  margin-bottom: -150px;
  margin-left: -150px;
  opacity: 0;
}

.zhanhui .tua .zh-logo img {
  width: 300%;
}

.zhanhui:hover .tua .zh-logo {
  opacity: 1;
  left: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.zhanhui:hover .tua .zh-logo img {
  width: 100px;
}

.zhanhui .tua img {
  width: 100%;
}

.zhanhui a h3 {
  display: block;
  padding: 10px 0px;
  background-color: #eeeeee;
  font-size: 17px;
  color: #333;
  text-align: center;
}

.zhanhui:hover a h3 {
  background-color: #e40001;
  color: #fff;
}

/*展会 end*/



/*简介*/


/*新闻*/
.h-news-l {
  padding-left: 25px;
}

.h-news-w {
  padding: 15px 0px;
  /* background-color: #fafafa; */
  background-color: #fff;
  overflow: hidden;
}

.h-news1 {
  position: relative;
  margin-bottom: 15px;
}

.h-news1 .tua img {
  width: 100%;
}

.h-news1 .tita {
  padding: 15px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(22, 82, 163, 0.8);
}

.h-news1 .tita h3 {
  display: block;
  padding: 3% 5%;
  font-size: 22px;
  color: #fff;
}

.h-news1 .tita p {
  display: block;
  margin-bottom: 15px;
  padding: 0px 5%;
  font-size: 15px;
  color: #fff;
  line-height: 160%;
}

.h-news1 .tita img {
  margin-left: 5%;
}

.h-news1:hover .tita {
  padding: 30px 0px;
}

.h-news2 {
  border-bottom: 1px solid #999;
  overflow: hidden;
}

.h-news2 li {
  width: 100%;
  height: auto;
  padding-bottom: 28px;
  overflow: hidden;
}

.h-news2 li .tua {
  float: right;
  width: 186px;
  overflow: hidden;
}

.h-news2 li .tua img {
  width: 186px;
}

.h-news2 li:hover .tua img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);

}

.h-news2 li .cont {
  margin-right: 220px;
  margin-top: 10px;
}

.h-news2 li .cont h3 {
  margin-bottom: 15px;
  margin-right: 86px;
  font-size: 19px;
  color: #363636;
  font-weight: bold;
}


.h-news2 li:hover .cont h3 {
  color: #1a4ea2;
  padding-left: 15px;
}

.h-news2 li .cont p {
  display: block;
  height: 45px;
  font-size: 14px;
  color: #898989;
  line-height: 170%;
  overflow: hidden;
}

.h-news2 li .cont span {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #898989;
  width: 90px;
}

.h-news2 li .cont .morea {
  margin-top: 8px;
}

.h-news2 li .cont .morea img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.h-news2 li .cont .morea .zib {
  height: 22px;
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}

.h-news3-tit {
  padding: 20px 0px;
}

.h-news3-tit h2 {
  display: inline-block;
  font-size: 23px;
  color: #1d170f;
  font-weight: bold;
  vertical-align: middle;
}

.h-news3-tit p {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  font-size: 14px;
  color: #aeaab5;
  text-transform: uppercase;
  vertical-align: middle;
}

.h-news3 {
  margin-top: 10px;
}

.h-news3 li:nth-child(2) {
  margin-right: 0%;
}

.h-news3 li {
  float: left;
  margin-right: 4%;
  width: 48%;
}

.h-news3 li .tua {
  float: left;
  width: 38px;
}

.h-news3 li .conta {
  margin-left: 38px;
}

.h-news3 li .conta h3 {
  display: block;
  font-size: 17px;
  color: #1e1e1e;
}

.h-news3 li:hover .conta h3 {
  color: #1a4ea2;
}

.h-news3 li .conta p {
  display: block;
  margin-top: 15px;
  height: 45px;
  font-size: 14px;
  color: #989898;
  line-height: 170%;
  overflow: hidden;
}

/*案例*/
.h-case-p {
  padding: 0px;
}

.h-case {
  width: 100%;
}

.h-case .tua {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.h-case .tua img {
  width: 100%;
}

.h-case:hover .tua img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);

}

.h-case .tita {
  padding: 20px;
  border-right: 1px solid #e6e6e6;
}

.h-case .tita .tu {
  display: inline-block;
  float: right;
  width: 40px;
}

.h-case .tita a {
  margin-right: 60px;
  font-size: 17px;
  color: #0f0f0f;
  display: block;
}

.h-case:hover .tita a {
  color: #00347b;
}

.h-case .tita p {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #ababab;
}

/*====================end middle====================*/
/*====================foot====================*/

.foot-w {
  padding-bottom: 60px;
  width: 100%;
  height: auto;
  background: url(../images/foot-w.jpg) top center no-repeat;
  overflow: hidden;
}

.foot-menu-w {
  position: relative;
  width: 100%;
  padding: 25px 0px;
  overflow: hidden;
  text-align: center;
}

.foot-menu-w::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #0a5ebe;
}

.foot-menu-w::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: 11;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #002854;
}

.foot-menu-w li {
  position: relative;
  display: inline-block;
  padding: 0px 25px;
}

.foot-menu-w li::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  height: 12px;
  width: 1px;
  background-color: #787878;
  transform: skew(-25deg);
}

.foot-menu-w li:last-child::before {
  content: "";
  display: none;
}

.foot-menu-w li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.foot-nr {
  margin-top: 40px;
}

.foot-lx .foot-lg {}

.foot-bq {
  margin-top: 15px;
}

.foot-bq p,
.foot-bq p a,
.foot-bq p strong {
  font-size: 15px;
  color: #fff;
  line-height: 190%;

}

.foot-lianxi {
  float: left;
  margin-top: 20px;
  margin-right: 2%;
  width: 48%;
}

.foot-lianxi p,
.foot-lianxi p a,
.foot-lianxi p strong {
  font-size: 15px;
  color: #fff;
  line-height: 190%;
}

.foot-tit {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #4d7dbb;
  overflow: hidden;
}

.foot-tit h3 {
  display: block;
  font-size: 20px;
  color: #fff;
}

.foot-banshi {
  float: left;
  width: 60%;
}

.foot-bs {
  margin-top: 20px;
}

.foot-bs p {
  display: block;
  float: left;
  margin-right: 2%;
  padding: 4px 0px;
  width: 48%;
  font-size: 15px;
  color: #fff;
}

.foot-ewm {
  float: right;
  margin-top: 50px;
  width: 38%;
  text-align: center;
}

.foot-ewm p {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
/*end foot*/
/*内页结构*/
.xxny-l {
  float: left;
  width: 366px;
  height: auto;
  overflow: hidden;
}
.xxny-r{
  margin-left: 400px;
  overflow: hidden;
}

/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 450px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #024691;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (min-width: 1260px){
  #w-1200{width:80%}
  #w-1200-1{width:80%;}
  .pc-menu-bg{width: 100%;}
  /*menu*/
  .about-p{padding:15px; margin-left: 15px;}
}

@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .padding-about{padding:15px;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 27px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  .top-logo h1 img{width: 100%; margin-top: 2%;}
  .top-qg .tua{width: 30%;}
  .top-qg .cs-list{width:70%;}
  .top-a-r p font{font-size: 16px;}
  .top-a-l p{font-size: 14px;}
  .header-nav ul{text-align: center;}

  .proa-l{width: 20%;}
  .proa-r{margin-left: 22%;}
  .xxny-r{margin-left: 0px; width: 78%; float: right;}
  .proc-tit img{display: none;}
  .proc-tit{padding:30px 15px;}
  .proc-tit .prc-r{padding:0px;}
  .proc-tit .prc-r h2{font-size: 20px;}
  .proc-list{background-color: #efefef; margin-top: 0px;}

  .par-tub img{width: 100%;}

  
  .jiantua-r-a img{width: 90%;}
  .jiantua-r-a{width: 30%;}
  .jiantua-r-b{width: 66%;}
  .jiantua-r-b .zic{font-size: 20px;}

  .prob-tit{width: 320px;}
  .prob-fenlei{margin-left: 320px;}



}

@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}

  .header-nav .nav-list>li>a{padding:0 10px;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .yz-logo {text-align: center;}
  .pc-menu{margin-top: 5px;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}


  
  /*标题*/
  .tit01 .zia{font-size: 26px;}
  .tit01 h2{font-size: 26px;}
  .tit01 p{font-size: 15px;}
  .tit01 span{font-size: 10px;}

  .tit02 p{font-size: 14px;}
  .tit02 span{font-size: 10px;}

  .proa-l{width: 100%;}
  .proa-r{width: 100%; margin-left:0px; }
  .xxny-r{width: 100%;}

  .part1-pat{margin-top: 30px;}

  .prob-tit{width: 100%; height: auto; background: url(../images/mini-pro2-bga.jpg) top center no-repeat;}
  .prob-tit .biaotib {margin:20px 20px;}
  .prob-fenlei{margin-left: 0px; width: 100%; padding:20px;}
  .prob-fenlei li a{width: 48%;}




  .foot-ewm{ width: 100%; }
  .foot-nr{margin-top: 15px;}
  .foot-bq{text-align: center; border-top: 1px solid #4d7dbb; padding:15px 0px;}
  .foot-bq p{text-align: center;}


.top-a-r{width: 100%;}


}



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  
  .padding0-sm15{padding:15px;}
  
  .top-logo h1{padding:0px;}

  .part1-w{height: auto; background: url(../images/mini-part1-w.jpg) top center no-repeat;}

  .jiantua-w{height: auto; background: none;}
  .jiantua-r-a img{width: 100%;}
  .jiantua-r-a{margin-top: 30px; width: 30%;}
  .jiantua-r-b{float: right;width: 66%;margin-top:25px;}
  .jiantua-l .zia{font-size: 30px;}
  .jiantua-l .zib{font-size: 20px;}
  .jiantua-l .zic{font-size: 16px;}
  .jiantua-r-b .dianhua img{width: 40px;}
  .jiantua-l-w{background: url(../images/jiantua-l-w.jpg) top center no-repeat; padding: 30px 15px;}
  .jiantua-l{margin-top: 0px;}
  .jiantua-r-w{background: url(../images/jiantua-r-w.jpg) top center no-repeat; padding: 10px 15px; overflow: hidden;}

  .prob-fenlei li a{width: 100%;}
  .huoban-w{background: none; background-color: #0155c7; padding:20px 0px;}
  .huoban-list{padding:15px;overflow: hidden;}
  .huoban-list li{width: 32%;}
  .huoban-list li p{font-size: 14px;}
  .huoban-list li .tua{border-radius: 5px;}
  .huoban-tit{margin-top: 20px;}
  .huoban-tit img{width: 70%; margin:0 auto;}
  .huoban-tit p{font-size: 15px; padding:15px;}
  .ys-tit h2,.ys-tit h2 font{font-size: 26px;}
  .ys-tit p{font-size: 12px;}
  .ys-tit{padding:20px 15px;}
  .ys-img{width: 100%;}
  .ys-list .ys-titr .tit-r p{font-size: 26px;}
  .ys-list .ys-titr .tit-r span{font-size: 15px;}
  .ys-list .ys-titr .tua{width: 70px;}
  .ys-list .ys-titr .tua img{width: 100%;}
  .ys-list .ys-titr .tit-r{margin-left: 80px;}
  .ys-list .ys-cont{margin:20px 0px;}
  .ys-list .ys-cont p{font-size: 17px;}
  .ys-list .morea a{width: 100px;}

  .about-w{padding:50px 0px; height: auto; background: url(../images/mini-about-w.jpg) top center no-repeat;}
  .about-tit img{width: 60%;}
  .about-tit h2 strong{font-size: 26px; margin-top: 30px; margin-bottom: 30px;}
  .about-list li{width: 31%;}
  .about-list li img{width: 60%; margin:0 auto;}
  .about-list li p{font-size: 16px;}
  .about-more a{margin-top: 30px;}
  .about-tuc{margin-top: 30px;}
  .tit02 .zia,.tit02 h2{font-size: 26px;}
  .tit02 a{display: none;}
  .h-news2 li .tua{width: 30%;float: right;}
  .h-news2 li .tua img{width: 100%;}
  .h-news2 li .cont{float: left; width: 66%; margin-right: 0px;}
  .h-news2 li .cont h3{font-size: 15px;}
  .h-news3 li .conta h3{font-size: 15px;}
  .h-news2 li{padding:10px 0px; border-bottom:1px solid #efefef;}


  .foot-lianxi{width: 100%;}
  .foot-ewm{margin-top: 15px;}
  .foot-w{padding-bottom: 0px;}

  .top-a-r a{width: 25%;}
  .top-a-r p{width: 73%;}
  .part1-biaoti h2{font-size: 24px;}

  
  

/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}

.tit01 h2{font-size: 26px;}
.gl-proc li{width: 45%; margin:2px 2px; }
.gl-proc li a{width: 100%;}

/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}
